int add_dll(char *filename)
Parameter | Type | Description |
---|---|---|
filename | char * | filename for the Fly3D plug-in dll |
Returns TRUE if the dll was loaded OK, FALSE if not found or other error.
This function adds a new Fly3D plug-in dll into the dll array. Its classes should them be loaded using the load_classes method.